home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / source / tracker-4.13.lha / tracker / Arch / PCux / linux_config.h < prev   
Encoding:
C/C++ Source or Header  |  1995-02-08  |  553 b   |  31 lines

  1. /* config.h 
  2.     vi:ts=3 sw=3:
  3.  */
  4.  
  5. /* Configuration for the current platform */
  6.  
  7. #include <stdio.h>
  8.  
  9.  
  10. /* #define SOLARIS */
  11.  
  12. /* Don't use protos, because gcc doesn't like structures in parameters
  13.  * and mixing protos with non-protos style */
  14. /* #define P(args) args */
  15. #define P(x) ()
  16.  
  17. /* #define ID(x) */
  18. #define ID(x)  LOCAL char *id = x ;
  19. #define USE_AT_EXIT
  20.  
  21. /* #define KLUDGE_TAG */
  22. #define GZIP         
  23. /* #define FORKING    */
  24. /*    #define void        */
  25.  
  26. typedef void *GENERIC;
  27. /* typedef char *GENERIC; */
  28.  
  29. #define stricmp strcasecmp
  30. #undef MALLOC_NOT_IN_STDLIB
  31.